public class UInt_Pair_Vect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
UInt_Pair_Vect() |
|
UInt_Pair_Vect(long n) |
protected |
UInt_Pair_Vect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(UInt_Pair x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(UInt_Pair_Vect o) |
protected void |
finalize() |
UInt_Pair |
get(int i) |
protected static long |
getCPtr(UInt_Pair_Vect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
UInt_Pair val) |
long |
size() |
protected UInt_Pair_Vect(long cPtr, boolean cMemoryOwn)
public UInt_Pair_Vect()
public UInt_Pair_Vect(long n)
protected static long getCPtr(UInt_Pair_Vect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(UInt_Pair x)
public UInt_Pair get(int i)
public void set(int i, UInt_Pair val)
public boolean equals(UInt_Pair_Vect o)